home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / misc / libx11inc.lha / X11 / Xm / TextSelP.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-13  |  1.2 KB  |  48 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
  3.  * ALL RIGHTS RESERVED
  4. */ 
  5. /*   $RCSfile: TextSelP.h,v $ $Revision: 1.13 $ $Date: 92/05/14 12:59:34 $ */
  6. /*
  7. *  (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  8. /*
  9. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  10. #ifndef _XmTextSelP_h
  11. #define _XmTextSelP_h
  12.  
  13. #include <Xm/XmP.h>
  14.  
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18.  
  19. /********    Private Function Declarations    ********/
  20. #ifdef _NO_PROTO
  21.  
  22. extern Boolean _XmTextConvert() ;
  23. extern void _XmTextLoseSelection() ;
  24.  
  25. #else
  26.  
  27. extern Boolean _XmTextConvert( 
  28.                         Widget w,
  29.                         Atom *selection,
  30.                         Atom *target,
  31.                         Atom *type,
  32.                         XtPointer *value,
  33.                         unsigned long *length,
  34.                         int *format) ;
  35. extern void _XmTextLoseSelection( 
  36.                         Widget w,
  37.                         Atom *selection) ;
  38.  
  39. #endif /* _NO_PROTO */
  40. /********    End Private Function Declarations    ********/
  41.  
  42. #ifdef __cplusplus
  43. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  44. #endif
  45.  
  46. #endif /* _XmTextSelP_h */
  47. /* DON't ADD STUFF AFTER THIS #endif */
  48.